HIP_OPENSLES_FAST_MIXER

Beware that a lot of effects are disabled on Android when using low latency, aka Fast Mixer. So, it is better to have a deep thought before allowing its low latency. You will also lose sample rate conversion, so it is a lot problematic. Until there's a hand made sample converter, it will be almost impossible to use.

The following interfaces are unsupported on the fast mixer:

- SL_IID_BASSBOOST

- SL_IID_EFFECTSEND

- SL_IID_ENVIRONMENTALREVERB

- SL_IID_EQUALIZER

- SL_IID_PLAYBACKRATE

- SL_IID_PRESETREVERB

- SL_IID_VIRTUALIZER

- SL_IID_ANDROIDEFFECT

- SL_IID_ANDROIDEFFECTSEND

enum HIP_OPENSLES_FAST_MIXER = false;

Meta